Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.localconf.simple--doctype

This contribution is part of XML component org.nuxeo.ecm.localconf.simple inside nuxeo-localconf-simple-9.10.jar /OSGI-INF/simple-local-configuration.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="SimpleConfiguration">
          <schema name="simpleconfiguration"/>
        </facet>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- facet to be used on documents handling simple configuration
      (list of parameters key -> value) -->
    <facet name="SimpleConfiguration">
      <schema name="simpleconfiguration"/>
    </facet>

  </extension>